시스템에 새로운 알림을 생성하고 생성된 알림 세부 정보를 반환합니다.
cURL
curl --request POST \ --url https://your_a2_service/notifications \ --header 'Content-Type: application/json' \ --data ' { "is_read": true, "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "message": {}, "updated_at": "2023-11-07T05:31:56Z" } '
{ "is_read": true, "no": 123, "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "message": {}, "updated_at": "2023-11-07T05:31:56Z" }
Documentation IndexFetch the complete documentation index at: https://docs.aiderx.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aiderx.io/llms.txt
Use this file to discover all available pages before exploring further.
알림 생성 스키마
알림 읽음 여부
유저 id
생성 일시
알림 메세지
{ "code": "publish_request", "params": {} }
변경 일시
Successful Response
알림 스키마
알림 id
이 페이지가 도움이 되었나요?